Overview | Package | Class | Tree | Deprecated | Index | Help Java Platform
1.1.7
PREV CLASS | NEXT CLASS FRAMES  | NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD DETAIL:  FIELD | CONSTR | METHOD

Interface com.sun.java.swing.WindowConstants

Implementing Classes:
JDialog, JFrame, JInternalFrame

public abstract interface WindowConstants

Field Summary
static int DISPOSE_ON_CLOSE
          The dispose-window default window close operation
static int DO_NOTHING_ON_CLOSE
          The do-nothing default window close operation
static int HIDE_ON_CLOSE
          The hide-window default window close operation
 

Field Detail

DO_NOTHING_ON_CLOSE

public static final int DO_NOTHING_ON_CLOSE
The do-nothing default window close operation

HIDE_ON_CLOSE

public static final int HIDE_ON_CLOSE
The hide-window default window close operation

DISPOSE_ON_CLOSE

public static final int DISPOSE_ON_CLOSE
The dispose-window default window close operation

Overview | Package | Class | Tree | Deprecated | Index | Help Java Platform
1.1.7
PREV CLASS | NEXT CLASS FRAMES  | NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD DETAIL:  FIELD | CONSTR | METHOD

Submit a bug or feature
Submit comments/suggestions about javadoc
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.